default n
select COREDNS_REQUIRE_GO_GET
+config COREDNS_PLUGIN_FINALIZE
+ bool "Finalize plugin"
+ default n
+ select COREDNS_REQUIRE_GO_GET
+
config COREDNS_REQUIRE_GO_GET
bool
default n
include $(TOPDIR)/rules.mk
PKG_NAME:=coredns
-PKG_VERSION:=1.13.2
+PKG_VERSION:=1.14.0
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/coredns/coredns.git
-PKG_MIRROR_HASH:=096918cf04ed344d7c8e8763d82d01684a5cb647566a21608d0b034de565eec6
+PKG_MIRROR_HASH:=f54b8bdb2a0d92aeb09484b9630f481b63005a4ea8d8b32bf07c79522a1b14b3
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_LICENSE:=Apache-2.0
$(call configure-plugin,$(CONFIG_COREDNS_PLUGIN_WGSD),wgsd,github.com/jwhited/wgsd)
$(call configure-plugin,$(CONFIG_COREDNS_PLUGIN_NETBOX),netbox,github.com/oz123/coredns-netbox-plugin)
$(call configure-plugin,$(CONFIG_COREDNS_PLUGIN_FANOUT),fanout,github.com/networkservicemesh/fanout)
+ $(call configure-plugin,$(CONFIG_COREDNS_PLUGIN_FINALIZE),finalize,github.com/tmeckel/coredns-finalizer)
cd $(PKG_BUILD_DIR); \
$(GO_GENERAL_BUILD_CONFIG_VARS) \